home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1999 #2 / Amiga Plus CD - 1999 - No. 2.iso / System-Boost / Grafik / BMP2SPEC / bmp2spec.readme < prev    next >
Text File  |  1998-06-21  |  3KB  |  78 lines

  1. Short:    Windows BMP -> Spectrum TAP/Screen$
  2. Author:   l.d.tonks@bra0202.wins.icl.co.uk (Blood)
  3. Uploader: unsatisfactory@bigfoot.com (Chris Young)
  4. Version:  1.0
  5. Type:     gfx/conv
  6. Requires: Spectrum emulator capable of reading .tap files (eg ZXAM)
  7.  
  8.               and a program capable of saving BMPs
  9.  
  10. BMP2SPEC is a program capable of CREATING Spectrum screen files.  Now this
  11. is something I've being wanting to do for ages - draw a picture (or simply
  12. scan one in) and save it in a format readable by a Spectrum (emulator).
  13.  
  14. Unfortunately, as I have just compiled the original C source code without
  15. changing it, this isn't very Amiga-specific.  Please bear in mind the
  16. following points;
  17.  
  18. 1. The source file MUST be a Windows BMP, and has to be in two colours and a
  19. specific size.  Using just any old BMP will NOT work!  You must have a
  20. program capable of saving/converting BMPs.  PPaint is perfectly capable of
  21. saving these, and most graphics convertors have an option to save in this
  22. format.
  23.  
  24. 2. The output file is in Z80 .TAP format.  The only Amiga Spectrum emulator
  25. I know of that can load these is ZXAM 2.0b (and even that can't do it
  26. directly).  There is a program called "Butcher" available which can convert
  27. .tap files into individual .header and .bytes, usable by most (if not all)
  28. Amiga Speccy emulators.
  29.  
  30. 3. After pulling my hair out wondering why the program worked one minute and
  31. then decided to crash the next for no apparent reason, I discovered it needs
  32. quite a large stack.  Give it a stack of at least 50000 by typing;
  33. STACK 50000
  34. in the shell before running this program.  It *WILL* crash otherwise - you
  35. have been warned.
  36.  
  37. 4. This is a CLI program, so don't expect a pretty GUI or file requestor.
  38.  
  39. You *MUST* read the included BMP2SPEC.TXT - you will not be able to use the
  40. program without reading it!
  41.  
  42. As I said, I have simply compiled the source "as is".  The only
  43. modification I've made to the original code is adding an Amiga-style version
  44. string.
  45.  
  46. This archive is more-or-less the same as the original PC one, the only
  47. differences being;
  48.  
  49. a) the executable is an Amiga one, rather than the PC version
  50.  
  51. b) the example spectrum screens have been removed in favour of an example
  52.    BMP and corresponding TAP file.  I think this is a better idea, as it
  53.    allows you to test the program immediately.
  54.  
  55. c) the original source code is included, as well as my minimally altered
  56.    version.
  57.  
  58. If you want to see any new features, then please contact Blood (but bear in
  59. mind that they will end up in a PC version initially, and you will be
  60. relying on someone converting/recompiling it for the Amiga)
  61.  
  62. If you want to see a completely new (but similar) program for the Amiga,
  63. featuring file requesters, datatypes loading, dynamic re-scaling, colour and
  64. the possibility to save in .tap, .header/.bytes and raw .scr formats then
  65. please contact me - preferably with mountains of information on how to load
  66. Datatype pictures.
  67.  
  68. You never know, I might create "DT2SCR" or something if enough people are
  69. interested.
  70.  
  71. Contact: Chris Young <unsatisfactory@bigfoot.com>
  72.  
  73. Visit Your Sinclair: A Celebration at;
  74. http://homepages.enterprise.net/cavan/ysac/
  75.  
  76. Or Unsatisfactory Software at;
  77. http://www.bigfoot.com/~unsatisfactory/software.html
  78.